DateTimeEditors for UWP
NullablePropertyChangedEventArgs<T> クラス
メンバ 

C1.UWP.DateTimeEditors アセンブリ > C1.Xaml.DateTimeEditors 名前空間 : NullablePropertyChangedEventArgs<T> クラス
構造体
T が System.Nullable`1の場合の C1.Silverlight.PropertyChangedEventArgs<T>クラスのラッパークラス。
オブジェクト モデル
NullablePropertyChangedEventArgs<T> クラス
シンタックス
'宣言
 
Public Class NullablePropertyChangedEventArgs(Of T As {New, Struct}) 
   Inherits C1.Xaml.PropertyChangedEventArgs(Of Nullable(Of T))
public class NullablePropertyChangedEventArgs<T> : C1.Xaml.PropertyChangedEventArgs<Nullable<T>> 
where T: new(), struct
型パラメータ
T
構造体
解説
XAML でイベントハンドラを追加する際、VS 2010 はネストされたジェネリック属性を直接操作できないため、設計時にはこのクラスが必要です。
継承階層

System.Object
   System.EventArgs
      C1.Xaml.PropertyChangedEventArgs<T>
         C1.Xaml.DateTimeEditors.NullablePropertyChangedEventArgs<T>

参照

NullablePropertyChangedEventArgs<T> メンバ
C1.Xaml.DateTimeEditors 名前空間